make image darker in css

37

.container img {
  filter: brightness(50%);
}

Comments

Submit
0 Comments